home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue51 / Alfresco / CvtSingleUnit.dfm / CvtSingleUnit.txt
Encoding:
Text File  |  1999-09-25  |  692 b   |  40 lines

  1. object Form1: TForm1
  2.   Left = 670
  3.   Top = 140
  4.   Width = 168
  5.   Height = 170
  6.   Caption = 'Form2'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 56
  19.     Width = 32
  20.     Height = 13
  21.     Caption = 'Label1'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 88
  26.     Width = 32
  27.     Height = 13
  28.     Caption = 'Label2'
  29.   end
  30.   object Button1: TButton
  31.     Left = 16
  32.     Top = 16
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Button1'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39. end
  40.